home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0099.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  7.2 KB  |  167 lines

  1. Hi! All,
  2.  
  3. My machine is set up with Novell lanwp running with Novell's own winsock 
  4. driver. Most of the softwares which require a winsock run OK, include Mosaic, 
  5. gopher, Xwin etc., except windows ftp software. 
  6.  
  7. I have tried ws_ftp and wws_ftp (a modified ws_ftp). Each time I connect my 
  8. machine with a remote ftp server most of the menu and remote part of display 
  9. seemed freeze up and the only thing I can do is to click EXIT button and 
  10. return to windows. The third window ftp software, windows FTP daemon 1.8 for 
  11. winsock 1.1, simple refused to start up by showing a error message 'address 
  12. already in use'. Could anyone who has experience of using the combination of 
  13. above softwares give me any suggestion? Was ws_ftp or wws_ftp not compatible 
  14. with Novell's winsock? If it is so, does anyone know if there is one which 
  15. can run under it? What does the 'address' in the error messge mean? How can I 
  16. change it and what it should be if there was a address conflict? Many thanks.
  17.  
  18. Zhao Xie
  19.  
  20. cxie@maths.otago.ac.nz
  21. From Laatukolmio@smail.relay.icl.fi Tue Mar  8 10:54:15 1994
  22. Received: from eunet.fi by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  23.           id AA00430; Tue, 8 Mar 1994 02:00:51 -0500
  24. Received: from ressu.icl.fi by eunet.fi with SMTP id AA22594
  25.   (5.65c+l/IDA-1.4.4 for <winsock@sunsite.unc.edu>); Tue, 8 Mar 1994 09:00:44 +0200
  26. Received: by icl.fi (4.1/JS270991)
  27.     id AA24265; Tue, 8 Mar 94 08:54:15 +0200
  28. Date: Tue, 8 Mar 94 08:54:15 +0200
  29. From: Laatukolmio@smail.relay.icl.fi
  30. Message-Id: <9403080654.AA24265@icl.fi>
  31. Subject: > problem with winsock.lib
  32. Apparently-To: winsock@sunsite.unc.edu
  33.  
  34.  
  35. Paul asked:
  36. ...
  37. > When I build my winsock application I link in the winsock.lib file. When the 
  38. > application starts, if it cannot find a winsock.dll anywhere in the path then 
  39. > it bombs out with a system modal "Cannot find WINSOCK.DLL" and the
  40. > application never starts. This message occurs before my applcaition starts
  41. > and reaches the point where I call WSAStartUp to test for a valid WINSOCK.DL
  42. ...
  43. > Has anyone seen this?
  44. > Has anyone fixed this?
  45. > Who actually controls the winsock.lib
  46. > Is there source code for it?
  47.  
  48.     The symptoms that you have noticed are 'pure' Windows!
  49.  
  50.     When you link with an (import) library, you tell Windows
  51.     that you want to load that library (DLL) when your app
  52.     starts.  Also you say that your app cannot live without
  53.     that DLL!
  54.  
  55.     The alternatives you have are:
  56.  
  57.     A) remove the import library from the linkage;  use directory
  58.        operations to search for the DLL (show an error if not found),
  59.        call LoadLibrary, call GetProcAddress for any of the APIs you need,
  60.        call the APIs only through these pointers and finally call
  61.        FreeLibrary
  62.  
  63.     B) make another (small) app that uses the directory operations and
  64.        finally start your (main) app with WinExec if you find WINSOCK.DLL;
  65.        this way your main app can be linked with the import library but
  66.        you still can check the existence of WINSOCK.DLL (besides:
  67.        this way you can also very quickly show some start up logo,
  68.        check against multiple instances of your app etc.)
  69.  
  70.     Pekka Neva
  71.  
  72. ===============================================================================
  73.     Oy Laatukolmio Ab            Tel: + 358 0 427766
  74.     Westendintie 99-101 A 30        Fax: + 358 0 4524648
  75.     FIN-02160 ESPOO 16
  76.     FINLAND                    ELISA: Laatukolmio
  77. ===============================================================================
  78. From stan@pobox.upenn.edu Tue Mar  8 03:23:39 1994
  79. Received: from NOC4.DCCS.UPENN.EDU by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  80.           id AA28529; Tue, 8 Mar 1994 08:23:45 -0500
  81. Received: from POBOX.UPENN.EDU by noc4.dccs.upenn.edu
  82.     id AA20905; Tue, 8 Mar 94 08:23:41 -0500
  83. Return-Path: <stan@pobox.upenn.edu>
  84. Received: by pobox.upenn.edu
  85.     id AA23486; Tue, 8 Mar 94 08:23:40 -0500
  86. From: Stan Kasper <stan@pobox.upenn.edu>
  87. Posted-Date: Tue, 8 Mar 1994 08:23:39 -0500 (EST)
  88. Message-Id: <9403081323.AA23486@pobox.upenn.edu>
  89. Subject: $25 WINSOCK
  90. To: winsock@sunsite.unc.edu
  91. Date: Tue, 8 Mar 1994 08:23:39 -0500 (EST)
  92. Cc: catone@dmark.wharton.upenn.edu (Tony Catone)
  93. X-Mailer: ELM [version 2.4 PL23-upenn2.7]
  94. Mime-Version: 1.0
  95. Content-Type: text/plain; charset=US-ASCII
  96. Content-Transfer-Encoding: 7bit
  97. Content-Length: 1631      
  98.  
  99. After seeing posts about a $25 WINSOCK for SLIP/PPP I immediately went out
  100. and got the book (The WINDOWS INTERNET Tour Guide) that comes with this
  101. software.
  102.  
  103. For me, the TRUMPET WINSOCK was a 5 minute install, including scripting.
  104.  
  105. The 'WINDOWS INTERNET TOUR GUIDE' on the other hand was not!!!
  106.  
  107. Sure, it would have been easier if I could have used one of the default
  108. configurations of several large service provides (which the person who
  109. got there WINSOCK up in running in 5 minutes was probably subscribed to),
  110. but I work for a University and the terminal server is setup a bit different.
  111. So I had to spend a bit of time going through the README file on script
  112. commands (I would rate the TRUMPET WINSOCK scripting better than what was
  113. presented in the REAME file).  I have still not gotten the script language
  114. from the book to recognize the IP address.  Whereas with TRUMPET WINSOCK
  115. it was no problem.  I am using the README's command '-i' and watching the
  116. 'LOG' file but the CHAMELEON WINSOCK that comes with the book doesnt
  117. seem to pick it up.  Now I may be doing something wrong.  It just
  118. seems the TRUMPET WINSOCK handles it better for my environment.
  119.  
  120. Also the books WINSOCK only gave me modem speeds to 19.2KB in the pull
  121. down configuration using CSLIP even though I am using CYBERDRIVE and
  122. have a 16550AF serial card.  Once again, I may not have it setup right
  123. but with TRUMPET WINSOCK it was right there in the configuration window.
  124.  
  125. As far as installation and support to conect to a terminal server go,
  126. TRUMPET WINSOCK does it better.
  127.  
  128. Now there are other issues to consider...
  129.  
  130.  
  131. -Stan Kasper
  132. University of Pennsylvania
  133. From news@bigblue.oit.unc.edu Mon Mar  7 15:37:35 1994
  134. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  135.           id AA05997; Tue, 8 Mar 1994 09:28:07 -0500
  136. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  137.           id AA24444; Tue, 8 Mar 1994 09:04:45 -0500
  138. Received: from GATEWAY by bigblue with netnews
  139.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  140. To: winsock@sunsite.unc.edu
  141. Date: 7 Mar 1994 23:37:35 -0800
  142. From: harlock@hebron.connected.com (Eric Harding)
  143. Message-Id: <2lh9vv$gjf@hebron.connected.com>
  144. Organization: Connected INC -- Internet Services
  145. Sender: ses
  146. Subject: Suggestions for Newbie
  147.  
  148. Can some suggest some programs to run with Winsock?  Specifically a 
  149. newsreader, Telnet, FTP, Gopher, WWW, WAIS clients?  Newsreader wise, I 
  150. am looking for a  threaded newsreader, with uuencode/uudecode capibilites.
  151.  
  152. Thanks.
  153.  
  154. Eric
  155.  
  156. --
  157.  
  158.              _______________________________________________________________
  159.             /Eric Harding   'My opinions are mine, not anyone else's.     /
  160.           /harlock@hebron.connected.com                                 /
  161.         /-------------------------------------------------------------/
  162.       /  IMAGE= Infantile Men And Giant Egos.                       /
  163.     /    Just killing time untill something better comes along.   / 
  164.   /                   Omega Supreme TransformersMUSH            /
  165.  --------------------------------------------------------------
  166.  
  167.